home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / dsk-loader 1.1 ƒ / readme < prev   
Encoding:
Text File  |  1994-11-22  |  4.3 KB  |  107 lines  |  [ttro/ttxt]

  1. DSK_Loader 1.1
  2.  
  3. DSK_Loader is the Macintosh equivalent of the DOS program DSKL. With this program you can communicate with the DSK (DSP Starter Kit) from Texas Instruments. This program bootloads a simple communications kernel and then loads other software using this kernel.
  4.  
  5. Other options are:
  6.  
  7. •  Fill DSK memory with a certain value.
  8.  
  9. •  Dump DSK memory into a textwindow, for further processing.
  10.  
  11. •  Execute programs on the DSK.
  12.  
  13. •  Graph output from the DSK.
  14.  
  15. •  Act as a dumb terminal to the DSK.
  16.  
  17. Version information:
  18. -------------------------------------
  19. release 1.1
  20.  
  21. - fixed crash when scrolling in 32 bit memory mode.
  22.  
  23. - fixed hangup of PowerBooks when downloading to the DSK.
  24.  
  25. - enhanced graph window with offscreen update, grid, and
  26. background which can be selected by the user by setting
  27. misc options.
  28.  
  29. - some cosmetic enhancements, better errormessages etc.
  30.  
  31. - added a few more .dsk files.
  32. -------------------------------------
  33.  
  34. The DSK and thus DSK_Loader is most interesting for people who want to experiment with Digital Signal Processing at low costs.
  35. For HAM-Radio operators it is a very interesting piece of equipment, Some applications, like the KC7WW port of the W9GR filters are included.
  36.  
  37. The Texas Instruments DSP Starter Kit (DSK) is a low-cost, flexible and easy-to-use Digital Signal Processing (DSP) tool designed for the first-time evaluater. Also the electronica hobbyist and ham-radio opperator can use the DSK for experiments in the field of sophisticated audiofilters, or modems for CW, RTTY, AMTOR, etc. The DSK is a stand-alone printed-circuitboard with a TMS320C26 digital signal processor and an AIC (D/A and A/D) chip.
  38.  
  39. The system comes with its own DSK assembler, debugger and several example programs, all for MS-DOS. The interface is via the host's serial port. DSP code developed on the PC can be downloaded to the DSK and executed with the real-life signals. All device signals are brought out to headers positioned on the board so that daughter boards can be built and easily interfaced.
  40.  
  41. More information about the use of the program can be found in the Help option, in the Apple menu.
  42.  
  43. This program is public domain so you can distribute it to others, put it on BBS's, FTP sides, etc. If you encounter some problems, bugs, find language mistakes in the help-information (english is not my native tongue), or just want to know me that you use this program, feel free to write to the address below, by email, or just postal mail. Please add information about the system you use, and the application you use the DSK for. I also like to hear your wishes for future versions.
  44.  
  45. ____________________________________
  46.    Gerrit Polder    
  47.    PA3BYA
  48.    Prunus 8
  49.    3904 LV   Veenendaal
  50.    The Netherlands
  51. ____________________________________
  52.    Email:                            
  53.    G.Polder@CPRO.AGRO.NL
  54.  
  55.    Packet Radio:     
  56.    PA3BYA@W2XO.#SWPA.PA.USA.NOAM.
  57. ____________________________________
  58.  
  59.  
  60. These are the example dsk files provided with the program:
  61.  
  62. autotest.dsk                    test DSK, use console option.
  63.  
  64. CW1KC.DSK                        w9gr FIR CW filter, 
  65.                                                          thanks Johan Forrer KC7WW.
  66.                                                          (use DSKCOMC2.DSK kernel)
  67.  
  68. DELAY992.DSK             delay of 992 samples.
  69.  
  70. DSKCOMC2.DSK            default kernel with conf 2 memory             
  71.                                                          configuration.  this kernel is needed with:
  72.                                                          CW1KC.DSK, LDEN.DSK and LMS.DSK.
  73.  
  74. dsk_comm.dsk             default kernel.
  75.  
  76. dsk_spec.dsk                spectrum display on the audio output,
  77.                                                         use an osciloscope to display.
  78.                                                         150 FFT's/sec
  79.  
  80. ECHO.DSK                            echo input.
  81.  
  82. FILT.DSK                             example FIR filter.
  83.  
  84. hostspec.dsk                spectrum display on the host computer, 
  85.                                                         use graph option to display.
  86.  
  87. LDEN.DSK                            w9gr LMS denoiser converted to DSK by KC7WW.
  88.                                                          (use DSKCOMC2.DSK kernel)
  89.  
  90. lden_1.dsk                        w9gr LMS denoiser converted to DSK by KC7WW.
  91.                                                         removed led output, so it can be runned in
  92.                                                         a conf 1 configuration by dsk_comm.dsk (PA3BYA).
  93.  
  94. LMS.DSK                                w9gr LMS filter converted to DSK by KC7WW.
  95.                                                          (use DSKCOMC2.DSK kernel)
  96.  
  97. lms_1.dsk                        w9gr LMS filter converted to DSK by KC7WW.
  98.                                                         removed led output, so it can be runned in
  99.                                                         a conf 1 configuration by dsk_comm.dsk (PA3BYA).
  100.  
  101. SINE.DSK                             sinewave output.
  102.  
  103. SQUARE.DSK                    squarewave output.
  104.  
  105. SQUSWEEP.DSK            squarewave sweep output.
  106.  
  107. SWEEP.DSK                        sinewave sweep output.